From: Chong Yidong Date: Sat, 10 Jul 2010 22:41:55 +0000 (-0400) Subject: Fix last fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~844^2~623^2~492 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e5b826aed0216b8ba77ee8c745e87434223851f2;p=emacs.git Fix last fix. --- diff --git a/lisp/simple.el b/lisp/simple.el index 89b33e9e4eb..7f4bc3bc87b 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -3630,9 +3630,8 @@ This is used by commands that act specially on the region under Transient Mark mode. The return value is t if Transient Mark mode is enabled and the -mark is active; furthermore, if `use-empty-active-region' is -non-nil, the region must not be empty. Otherwise, the return -value is nil. +mark is active; furthermore, if `use-empty-active-region' is nil, +the region must not be empty. Otherwise, the return value is nil. For some commands, it may be appropriate to ignore the value of `use-empty-active-region'; in that case, use `region-active-p'."